Wait For Text
Waits for source to contain text for up to 1 second(s).

Input
Browser
| Name | Required | Description |
|---|---|---|
| Browser Instance | Which browser instance to run against. |
Wait
| Name | Required | Description |
|---|---|---|
| Text | Text to search for, or regex to match (single line mode). | |
| Timeout (ms) | How long to wait for, in milliseconds. | |
| Infinite Timeout | If true the timeout is infinite |
Options
| Name | Required | Description |
|---|---|---|
| Enable Regex | If enabled, the Text will be treated as a Regex to be matched. | |
| Ignore Case | Makes the text comparison case in-sensitive. |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. |